*{
    margin: 0;
    padding: 0;
    font-family: Poppins;
}

/* TOP SECTION */
.top-background{
    height: 730px;
    background-image: url(../Assets/IMG.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.wave{
    position: relative;
    top: 35rem;
    height:220px;
    background: url(../Assets/Path.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.wave .top{
    position: relative;
    bottom: 19.5rem;
    text-align: center;
}

.wave .top h2{
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 45px;
    color: #FFFFFF;
}

.wave .top p{
    font-size: 10px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: normal;
    opacity: .7;
}

.wave .top #line{
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 0 .5rem 0 .4rem;
    opacity: .7;
}

/* TOP SECTION ENDS*/

/* BLOG SECTION */

.blog-content .col-lg-12{
    max-width: 1200px;
}
.blog .col-lg-12 .blog-one{
    margin: 0 4rem;
    padding-top: 4rem;
}

.blog .blog-one article{
    margin: 2rem 0;
}

.col-md-12 .blog-one article{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    margin: 2rem 0;
}

.col-md-12 .blog-one h6{
    text-align: left;
}

.second-blog .blog-two{
    margin: -1rem 0;
}

.second-blog .blog-two article{
    font-weight: normal;
    font-size: 16px;
    line-height: 28px
}

.blog-one .second-blog .blog-img img{
    margin-top: 1.4rem;
    height: auto; 
    max-width: 100%;
    animation: zoomimg 2s infinite;
}

/* BLOG SECTION ENDS*/

/* <!-- SECTION WITH SOCIAL MEDIA ICONS --> */
.share-tag{
    display: flex;
    justify-content: space-between;
    margin: 4.7rem 3rem 0 3rem ;
}

.share-tag .share .share-image{
    margin: 0 .3rem ;
}

.share-tag .share .down{
    animation: down 1.5s cubic-bezier(1, 0, 0, 1) alternate-reverse infinite;
}

 .share .one{
    animation: up 1.5s cubic-bezier(1, 0, 0, 1) alternate-reverse infinite;
}

@keyframes up{
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(2px);
    }
}


@keyframes down{
    0% {
        transform: translateY(2px);
    }
    100% {
        transform: translateY(10px);
    }
}

.share-tag .tags p{
    font-weight: bold;
    font-style: italic;
    margin-left: 1rem;
}

.share-tag .share p{
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    margin: 0 1rem;
}

.iTunes{
    margin-top: 3.5rem;
    display: flex;
    justify-content: space-between;
    
}

.iTunes .iTunes-sell h5{
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #2F2F2F;
}

.iTunes .Exchange h5{
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(179.56deg, #FD749B -13.56%, #281AC8 158.3%);
}

.iTunes  .btn-blog{
    border: none;
    font-size: 12px;
    line-height: 17px;
    color: #989898;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.iTunes  .iTunes-sell h5:hover{
    background-image: linear-gradient(179.56deg, #FD749B -13.56%, #281AC8 158.3%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
/* <!-- SECTION WITH SOCIAL MEDIA ICONS ENDS--> */

/* CONTACT FORM */

.form{
    margin: 5rem 0;
}

.form h4{
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 51px;
    color: #333333;
}

.form p{
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #333333;
}

.form .row .name, .email{
    margin: 2rem 0;
}

.form .row input{
    background: #FFFFFF; 
    border: 1px solid #D1D1D1;
    box-sizing: border-box;
    padding: 1.4rem;
    border-radius: 5px;
    font-size: 14px;
    margin: 1rem 1rem 0 0;
    color: #2F2F2F;

}

.form .row .textarea {
    border: 1px solid #D1D1D1;
    box-sizing: border-box;
    border-radius: 5px;
    height: 200px;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    padding-top: 1rem;
    font-size: 14px;
    line-height: 20px;
    color: #2F2F2F;
}

.contact-form .form-button{
    margin-top: 2rem;
}

.form .form-button .btn-contact{
    padding: .9rem 3.6rem;
    background: linear-gradient(179.37deg, #FD749B -13.56%, #281AC8 158.3%);
    border-radius: 100px;
    border: none;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 1.4px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
}









